Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomWaveformAnnotation Class > SetNumericValue Method : SetNumericValue(Double[],Int32) Method |
'Declaration
Public Overloads Sub SetNumericValue( _ ByVal value() As Double, _ ByVal length As Integer _ )
'Usage
Dim instance As DicomWaveformAnnotation Dim value() As Double Dim length As Integer instance.SetNumericValue(value, length)
public: void SetNumericValue( array<double>^ value, int length )